chore: release main - #506
Merged
declan-scale merged 10 commits intoSep 14, 2026
Merged
Conversation
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
stainless-app
Bot
force-pushed
the
release-please--branches--main--changes--next
branch
from
September 1, 2026 22:15
cff5e24 to
cab4bd6
Compare
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
…hes--main--changes--next
declan-scale
approved these changes
Sep 14, 2026
declan-scale
enabled auto-merge (squash)
September 14, 2026 19:27
auto-merge was automatically disabled
September 14, 2026 19:28
Head branch was modified
declan-scale
deleted the
release-please--branches--main--changes--next
branch
September 14, 2026 20:00
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ Stainless prepared a new release
agentex-client: 0.26.0
0.26.0 (2026-09-01)
Full Changelog: agentex-client-v0.25.0...agentex-client-v0.26.0
Features
agentex-sdk: 0.26.0
0.26.0 (2026-09-01)
Full Changelog: agentex-sdk-v0.25.0...agentex-sdk-v0.26.0
Chores
This pull request is managed by Stainless's GitHub App.
The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.
🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions
The PR appears safe to merge.
Summary
Diagram
sequenceDiagram participant App participant Revision as code_revision participant Tracer as SGPTracingProcessor participant SGP App->>Revision: enable(commit_sha) Revision->>Revision: choose argument or environment value Revision->>Revision: check SHA shape App->>Tracer: finish span Tracer->>Revision: commit_sha() Revision-->>Tracer: SHA or none Tracer->>Tracer: copy dict metadata and add __commit_sha__ Tracer->>SGP: send span Note over Tracer,SGP: List metadata stays unchangedReviews (4) · Last reviewed commit: "chore: retrigger CI after dropped push e..."